curl --request GET \
--url https://api.hyperline.co/v1/users/roles/{id} \
--header 'Authorization: Bearer <token>'{
"id": "rol_DKL4Xcb5VSa8CQ",
"name": "Admin",
"description": null,
"is_default": false
}Retrieve the details of an existing user role.
curl --request GET \
--url https://api.hyperline.co/v1/users/roles/{id} \
--header 'Authorization: Bearer <token>'{
"id": "rol_DKL4Xcb5VSa8CQ",
"name": "Admin",
"description": null,
"is_default": false
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?